Skip to content

Fix Python 3.13 telnetlib import#132

Draft
Mirochill wants to merge 1 commit into
epinna:masterfrom
Mirochill:fix-130-telnetlib-py313
Draft

Fix Python 3.13 telnetlib import#132
Mirochill wants to merge 1 commit into
epinna:masterfrom
Mirochill:fix-130-telnetlib-py313

Conversation

@Mirochill

Copy link
Copy Markdown

Summary

  • load Telnet lazily for bind shell handling so importing core.checks no longer requires telnetlib at startup
  • add standard-telnetlib as a Python 3.13+ dependency so the existing --bind-shell path can keep using the stdlib-compatible API after installing requirements

Fixes #130.

Validation

  • Not run locally
  • git diff --check
  • rg -n "from telnetlib|import telnetlib|telnetlib\." core requirements.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature: 'telnetlib' is removed in Python 3.13

1 participant